﻿[
  {
    "status": false,
    "message": "Error establishing a database connection"
  },
  {
      "status": false,
    "message": "ERROR_TOO_MANY_OPEN_FILES   4 (0x4)"
  },
  {
      "status": false,
    "message": "ERROR_ACCESS_DENIED  5 (0x5)"
  },
  {
      "status": false,
    "message": "ERROR_NOT_ENOUGH_MEMORY 8 (0x8)"
  },
  {
      "status": false,
    "message": "ERROR_INVALID_DRIVE 15 (0xF) The system cannot find the drive specified"
  },
  {
      "status": false,
    "message": "ERROR_BAD_COMMAND 22 (0x16) The device does not recognize the command"
  },
  {
      "status": false,
    "message": "ERROR_CRC 3 (0x17) Data error (cyclic redundancy check)"
  },
  {
      "status": false,
    "message": "ERROR_WRITE_FAULT 29 (0x1D) The system cannot write to the specified device"
  } 
]